A widget for Vue InstantSearch to provide search parameters to Algolia.
ais-configure
widget lets you provide raw search parameters to the Algolia API without rendering anything.
Any props you pass to this widget are forwarded to Algolia.
ais-configure
as a component or with a plugin.
.camel
before the value of the prop.default
slot to override the DOM output.
When you implement this slot, none of the other slots will change the output, as the default slot surrounds them.searchParameters: object
: the current search parameters applied to the search.refine: (object) => void
: the function to change the search parameters applied to the search.